-
Notifications
You must be signed in to change notification settings - Fork 26
Web-3122 Web home - Documentation updates #1163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
General edits across the documents. Took out some images, changed some wording.
Preview this PR here: https://dev-docs.revenuecat.com/pr-1163/ |
@iga-gawronska would it make sense to pull out any Web Home specific content from this PR so we can merge it immediately? Then we can create a 2nd PR for the Web Home changes. Or if there's too much overlap we can just maintain this PR for all the web home changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, added a couple of tweaks to make the Paddle path a bit more explicit. I think we should tackle broader changes separately to this PR
* [WEB-3122] Update web home docs * Edits to WPL docs General edits across the documents. Took out some images, changed some wording. * small tweaks to web purchase links doc * edit language around paddle vs. RC checkouts --------- Co-authored-by: James O'Donnell <[email protected]> Co-authored-by: Ed Shelley <[email protected]>
* [WEB-3122] Update web home docs * Edits to WPL docs General edits across the documents. Took out some images, changed some wording. * small tweaks to web purchase links doc * edit language around paddle vs. RC checkouts --------- Co-authored-by: James O'Donnell <[email protected]> Co-authored-by: Ed Shelley <[email protected]>
* clarify test store * introduce Test Store in Projects overview * add a Test Store section * Disable swcHtmlMinimizer in configuration (#1177) Disable swcHtmlMinimizer to prevent layout issues. * more Test Store details * add Test Store info * Test Store considerations in SDK config * update launch checklist with test store * sandbox testign with Test Store * simplify * add test store sandbox rules * add clarification to Apple offer table * add store_transaction_id to non subscriptions objects (#1167) * added 60 min limitation to redemption link (#1179) * Fixed RN code block awaiting for configure (#1180) * logIn method alias behavior doc improvement (#1181) * Bump the all group with 2 updates (#1185) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump crate-ci/typos from 1.36.3 to 1.37.2 (#1183) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nihal Gonsalves <[email protected]> * Bump @docusaurus/* from 3.8.1 to 3.9.1 (#1170) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nihal Gonsalves <[email protected]> * Update support for new_product_id in PRODUCT_CHANGE events (#1111) * Support PRICE_INCREASE in Google (#1187) * Web-3122 Web home - Documentation updates (#1163) * [WEB-3122] Update web home docs * Edits to WPL docs General edits across the documents. Took out some images, changed some wording. * small tweaks to web purchase links doc * edit language around paddle vs. RC checkouts --------- Co-authored-by: James O'Donnell <[email protected]> Co-authored-by: Ed Shelley <[email protected]> * update product config with Test Store * add an overview for configuring products * fix broken links * add that test store API key will crash your app * add Test Store required SDK versions * Fix link in managing-subscriptions.mdx (#1190) * fix required store versions * fix the versions again --------- Co-authored-by: Cody Kerns <[email protected]> Co-authored-by: Muhammad-Sharif Moustafa <[email protected]> Co-authored-by: Alfonso Embid-Desmet <[email protected]> Co-authored-by: Guilherme <[email protected]> Co-authored-by: Jeffrey Bunn <[email protected]> Co-authored-by: Chris Perriam <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nihal Gonsalves <[email protected]> Co-authored-by: Mark Villacampa <[email protected]> Co-authored-by: Greenie <[email protected]> Co-authored-by: Iga <[email protected]> Co-authored-by: James O'Donnell <[email protected]> Co-authored-by: Ed Shelley <[email protected]> Co-authored-by: Egor Neliuba <[email protected]>
… LLMs (#1188) * Add CloudFront Functions for content negotiation to serve markdown to LLMs Implements automatic serving of markdown versions of documentation based on: - Accept headers (text/markdown, text/plain) - LLM User-Agent detection (ClaudeBot, GPTBot, Gemini, etc.) - Link headers in HTML responses for discoverability Functions auto-deploy via Azure pipeline. Manual CloudFront distribution association required (one-time setup). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * Fix URI parsing bug and remove response handler - Fixed URI parsing to handle paths with dots (e.g., /docs/v1.0/guide) - Removed response handler (Link headers unnecessary - HTML <link> tags sufficient) - Simplified deployment pipeline to single function - Updated README Addresses review feedback from PR #1188 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * Update cloudfront-functions/content-negotiation-request.js Co-authored-by: Copilot <[email protected]> * Support PRICE_INCREASE in Google (#1187) * Web-3122 Web home - Documentation updates (#1163) * [WEB-3122] Update web home docs * Edits to WPL docs General edits across the documents. Took out some images, changed some wording. * small tweaks to web purchase links doc * edit language around paddle vs. RC checkouts --------- Co-authored-by: James O'Donnell <[email protected]> Co-authored-by: Ed Shelley <[email protected]> * ci: fix stale workflow permissions (#1186) --------- Co-authored-by: Claude <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Greenie <[email protected]> Co-authored-by: Iga <[email protected]> Co-authored-by: James O'Donnell <[email protected]> Co-authored-by: Ed Shelley <[email protected]> Co-authored-by: Nihal Gonsalves <[email protected]>
Motivation / Description
General edits to James's version of the doc.